ArchAstro. V1. Orgs
(archastro v0.2.0)
Copy Markdown
Org API resource.
Summary
Functions
Search organizations
Functions
@spec list(ArchAstro.Client.t(), ArchAstro.Types.Operations.GetApiV1Orgs.Params.t()) :: {:ok, ArchAstro.Types.Operations.GetApiV1Orgs.Response.t()} | {:error, ArchAstro.Error.reason()}
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