Source Intelligence
Sweep 28 Aug 2026 · 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

50 pages for cursor.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.

Fetch the first page (newest activities first) and capture its trailing cursor. Claude Developer Platform · title manage-claude/compliance-activity-feed computer-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/computer-use-tool …e other members, a short text acknowledgment such as `OK` is enough (`cursor_position` returns the coordinates as text): ```json { "role": "user", "content": [ { "type": "tool_result",… Admin Claude Developer Platform · in the page api/admin …meters - `after_id: optional string` ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. - `before_id: optional string`… Analytics Claude Developer Platform · in the page api/admin/analytics …r-model values. maxItems: 100 - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `products: optional array of "chat" or "claude-tag" or "claude_code" or 4… Artifacts Claude Developer Platform · in the page api/admin/analytics/artifacts …be. minimum: 1, maximum: 1000 - `page: optional string` Opaque cursor from a previous response's `next_page` field. Only valid with `group_by[]` — the ungrouped cube is never paginated. ### Re… Get Artifact Activity Claude Developer Platform · in the page api/admin/analytics/artifacts/list …be. minimum: 1, maximum: 1000 - `page: optional string` Opaque cursor from a previous response's `next_page` field. Only valid with `group_by[]` — the ungrouped cube is never paginated. ## Ret… Chat Projects Claude Developer Platform · in the page api/admin/analytics/chat_projects …s/apps/chat/projects` Get per-project activity for a given day, with cursor-based pagination. Returns activity metrics for each project in the organization, sorted by project ID. Use `group_by[]` to… Get Chat Project Usage Claude Developer Platform · in the page api/admin/analytics/chat_projects/list …s/apps/chat/projects` Get per-project activity for a given day, with cursor-based pagination. Returns activity metrics for each project in the organization, sorted by project ID. Use `group_by[]` to… Connectors Claude Developer Platform · in the page api/admin/analytics/connectors …/analytics/connectors` Get per-connector usage for a given day, with cursor-based pagination. Returns connector usage metrics for the organization, sorted by connector name. Connector names are norm… Get Connector Usage Claude Developer Platform · in the page api/admin/analytics/connectors/list …/analytics/connectors` Get per-connector usage for a given day, with cursor-based pagination. Returns connector usage metrics for the organization, sorted by connector name. Connector names are norm… Cost Claude Developer Platform · in the page api/admin/analytics/cost …r-model values. maxItems: 100 - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `products: optional array of "chat" or "claude-tag" or "claude_code" or 4… Get Cost Over Time Claude Developer Platform · in the page api/admin/analytics/cost/list …r-model values. maxItems: 100 - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `products: optional array of "chat" or "claude-tag" or "claude_code" or 4… Get Per-User Cost Claude Developer Platform · in the page api/admin/analytics/cost/list_by_user …`"amount"` - `"list_amount"` - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `products: optional array of "chat" or "claude-tag" or "claude_code" or 4… Plugins Claude Developer Platform · in the page api/admin/analytics/plugins …int's documented orderable set). - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `starting_date: optional string` UTC date in YYYY-MM-DD format. Start o… Get Plugin Usage Claude Developer Platform · in the page api/admin/analytics/plugins/list …int's documented orderable set). - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `starting_date: optional string` UTC date in YYYY-MM-DD format. Start o… Skills Claude Developer Platform · in the page api/admin/analytics/skills …izations/analytics/skills` Get per-skill usage for a given day, with cursor-based pagination. Returns skill usage metrics for the organization, sorted by skill name. Use `group_by[]` to break usage… Get Skill Usage Claude Developer Platform · in the page api/admin/analytics/skills/list …izations/analytics/skills` Get per-skill usage for a given day, with cursor-based pagination. Returns skill usage metrics for the organization, sorted by skill name. Use `group_by[]` to break usage… Usage Claude Developer Platform · in the page api/admin/analytics/usage …r-model values. maxItems: 100 - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `products: optional array of "chat" or "claude-tag" or "claude_code" or 4… Get Token Usage Over Time Claude Developer Platform · in the page api/admin/analytics/usage/list …r-model values. maxItems: 100 - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `products: optional array of "chat" or "claude-tag" or "claude_code" or 4… Get Per-User Token Usage Claude Developer Platform · in the page api/admin/analytics/usage/list_by_user …` - `"uncached_input_tokens"` - `page: optional string` Opaque cursor from a previous response's `next_page` field. - `products: optional array of "chat" or "claude-tag" or "claude_code" or 4… Users Claude Developer Platform · in the page api/admin/analytics/users …zations/analytics/users` Get per-user activity for a given day, with cursor-based pagination. Returns activity metrics for each user in the organization, sorted by email address. Use `group_by[]` fo… List User Activity Claude Developer Platform · in the page api/admin/analytics/users/list …zations/analytics/users` Get per-user activity for a given day, with cursor-based pagination. Returns activity metrics for each user in the organization, sorted by email address. Use `group_by[]` fo… API Keys Claude Developer Platform · in the page api/admin/api_keys …meters - `after_id: optional string` ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. - `before_id: optional string`… List API Keys Claude Developer Platform · in the page api/admin/api_keys/list …meters - `after_id: optional string` ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. - `before_id: optional string`… Cost Report Claude Developer Platform · in the page api/admin/cost_report …there are more results. - `next_page: string or null` Opaque cursor for the next page, or `null` when `has_more` is false. Pass it as the `page` parameter in the next request. ### Example `… Get Cost Report Claude Developer Platform · in the page api/admin/cost_report/retrieve …there are more results. - `next_page: string or null` Opaque cursor for the next page, or `null` when `has_more` is false. Pass it as the `page` parameter in the next request. ## Example ``… External Keys Claude Developer Platform · in the page api/admin/external_keys …ults are ordered by creation time (newest first). Use the `next_page` cursor from the response to fetch subsequent pages. ### Query parameters - `limit: optional number` Number of results per pag… List External Keys Claude Developer Platform · in the page api/admin/external_keys/list …ults are ordered by creation time (newest first). Use the `next_page` cursor from the response to fetch subsequent pages. ## Query parameters - `limit: optional number` Number of results per page… Federation Issuers Claude Developer Platform · in the page api/admin/federation_issuers …lt: 20, maximum: 100, minimum: 1 - `page: optional string` Opaque cursor from a previous response's `next_page`. ### Headers - `"anthropic-beta": optional array of string` Optional header to… List Federation Issuers Claude Developer Platform · in the page api/admin/federation_issuers/list …lt: 20, maximum: 100, minimum: 1 - `page: optional string` Opaque cursor from a previous response's `next_page`. ## Headers - `"anthropic-beta": optional array of string` Optional header to s… Federation Rules Claude Developer Platform · in the page api/admin/federation_rules …lt: 20, maximum: 100, minimum: 1 - `page: optional string` Opaque cursor from a previous response's `next_page`. ### Headers - `"anthropic-beta": optional array of string` Optional header to… List Federation Rules Claude Developer Platform · in the page api/admin/federation_rules/list …lt: 20, maximum: 100, minimum: 1 - `page: optional string` Opaque cursor from a previous response's `next_page`. ## Headers - `"anthropic-beta": optional array of string` Optional header to s… Workspaces Claude Developer Platform · in the page api/admin/federation_rules/workspaces …lt: 20, maximum: 100, minimum: 1 - `page: optional string` Opaque cursor from a previous response's `next_page`. ### Headers - `"anthropic-beta": optional array of string` Optional header to… List Federation Rule Workspaces Claude Developer Platform · in the page api/admin/federation_rules/workspaces/list …lt: 20, maximum: 100, minimum: 1 - `page: optional string` Opaque cursor from a previous response's `next_page`. ## Headers - `"anthropic-beta": optional array of string` Optional header to s… Invites Claude Developer Platform · in the page api/admin/invites …meters - `after_id: optional string` ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. - `before_id: optional string`… List Invites Claude Developer Platform · in the page api/admin/invites/list …meters - `after_id: optional string` ID of the object to use as a cursor for pagination. When provided, returns the page of results immediately after this object. - `before_id: optional string`… MCP Tunnels Claude Developer Platform · in the page api/admin/mcp_tunnels …mum: 1000, minimum: 1 - `page: optional string` Opaque pagination cursor from a previous response's `next_page`. Omit to fetch the first page. - `workspace_id: optional string` Return only t… List Tunnels Claude Developer Platform · in the page api/admin/mcp_tunnels/list …mum: 1000, minimum: 1 - `page: optional string` Opaque pagination cursor from a previous response's `next_page`. Omit to fetch the first page. - `workspace_id: optional string` Return only t… Tunnel Certificates Claude Developer Platform · in the page api/admin/mcp_tunnels/tunnel_certificates …default: tunnel_certificate - `next_page: string or null` Opaque cursor for the next page, or `null` if there are no more results. ### Example ```bash curl https://api.anthropic.com/v1/organiza… List Tunnel Certificates Claude Developer Platform · in the page api/admin/mcp_tunnels/tunnel_certificates/list …default: tunnel_certificate - `next_page: string or null` Opaque cursor for the next page, or `null` if there are no more results. ## Example ```bash curl https://api.anthropic.com/v1/organizat… Rate Limits Claude Developer Platform · in the page api/admin/rate_limits …te limits for this organization. - `page: optional string` Opaque cursor from a previous response's `next_page`. ### Returns - `data: array of object` Rate-limit entries for the organization,… List Organization Rate Limits Claude Developer Platform · in the page api/admin/rate_limits/list …te limits for this organization. - `page: optional string` Opaque cursor from a previous response's `next_page`. ## Returns - `data: array of object` Rate-limit entries for the organization,… RBAC Roles Claude Developer Platform · in the page api/admin/rbac_roles …re results beyond this page. - `next_page: string or null` Opaque cursor for the next page. Pass as the `page` parameter on the next request. ### Example ```bash curl https://api.anthropic.com… List RBAC Roles Claude Developer Platform · in the page api/admin/rbac_roles/list …re results beyond this page. - `next_page: string or null` Opaque cursor for the next page. Pass as the `page` parameter on the next request. ## Example ```bash curl https://api.anthropic.com/… Permissions Claude Developer Platform · in the page api/admin/rbac_roles/permissions …re results beyond this page. - `next_page: string or null` Opaque cursor for the next page. Pass as the `page` parameter on the next request. ### Example ```bash curl https://api.anthropic.com… List RBAC Role Permissions Claude Developer Platform · in the page api/admin/rbac_roles/permissions/list …re results beyond this page. - `next_page: string or null` Opaque cursor for the next page. Pass as the `page` parameter on the next request. ## Example ```bash curl https://api.anthropic.com/… Service Accounts Claude Developer Platform · in the page api/admin/service_accounts …dered by creation time, newest first. Use `limit` and the `next_page` cursor to paginate; set `include_archived=true` to include archived service accounts. ### Query parameters - `include_archived:… List Service Accounts Claude Developer Platform · in the page api/admin/service_accounts/list …dered by creation time, newest first. Use `limit` and the `next_page` cursor to paginate; set `include_archived=true` to include archived service accounts. ## Query parameters - `include_archived: o… Workspaces Claude Developer Platform · in the page api/admin/service_accounts/workspaces …s `workspace_role` in that workspace. Use `limit` and the `next_page` cursor to paginate. When the service account has no explicit default-workspace membership, the implicit (`implicit: true`) members… List Workspaces For Service Account Claude Developer Platform · in the page api/admin/service_accounts/workspaces/list …s `workspace_role` in that workspace. Use `limit` and the `next_page` cursor to paginate. When the service account has no explicit default-workspace membership, the implicit (`implicit: true`) members…