Guides
Task-oriented walkthroughs for the Archive GraphQL API. Start with getting started, then reach for the guide that matches what you are building. For field-level detail, see the API reference.
01 Getting started 2 min Make your first authenticated Archive API call — list workspaces, pin one, and fetch a page of items in under five minutes. 02 Authentication 2 min Authenticate every Archive API request with a bearer token, provision and rotate tokens in the Integration tab, and keep credentials safe. 03 Workspaces 2 min Select a workspace with the WORKSPACE-ID header, learn which operations are workspace-scoped, and handle missing or unknown workspaces. 04 Pagination 2 min Page through Archive connections with first/after cursors and pageInfo, respect the page-size bounds, and keep pagination cheap. 05 Filtering & search 2 min Narrow the items query with date and engagement ranges, semantic super-search, custom-attribute conditions, sorting, and saved views. 06 Rate limits & plans 3 min Compare the plan ladder, price your own query with the calculator, read the RateLimit headers, and back off correctly. 07 Errors 3 min Tell transport errors from GraphQL errors, read the userErrors pattern on mutations, and map each HTTP status to its cause. 08 Alpha features 1 min What the X-Archive-Alpha-Features opt-in header does, how alpha surfaces are hidden by default, and the no-stability-contract policy. 09 Changelog 6 min A reverse-chronological record of changes to the Archive API surface and these guides.