ArchAstro.V1.Orgs (archastro v0.2.0)

Copy Markdown

Org API resource.

Summary

Functions

list(client, params \\ %ArchAstro.Types.Operations.GetApiV1Orgs.Params{})

Search organizations

Returns a paginated list of organizations within the authenticated app scope, optionally filtered by a free-text search term matched against name, slug, and domain (case-insensitive). Results are ordered by relevance when a search term is provided, and by creation time descending otherwise.

The response includes only public-facing organization fields: ID, name, domain, and logo. Use the developer-scoped org endpoints to access full organization records.

Pagination is offset-based. Pass page and page_size to navigate through results. The has_next and has_prev fields indicate whether adjacent pages exist.

Successful response