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