Skip to content

List the projects a Context Capture credential may file into

GET
/integrations/context-capture/v1/projects
curl --request GET \
--url https://example.com/api/integrations/context-capture/v1/projects \
--header 'Authorization: Bearer <token>'

Context Capture never holds the connecting user’s AppHandoff session, so this is the source of options for a per-product project picker. An account-scoped credential lists every project of its billing account; a project-bound credential lists only its own project.

Projects this credential may file into

Media type application/json
object
projects
required
Array<object>
object
id
required
string format: uuid
name
required
string
status
required
string

Not authenticated

Media type application/json
object
error
required

Human-readable error message

string
code

Stable machine-readable error code for client branching

string
fieldErrors

First validation message per field path

object
key
additional properties
string
issues

Structured validation issues (Zod)

Array<object>
object
path
required
string
message
required
string
retryAfter

Seconds until rate limit resets (429 responses)

number
reconnect

True if re-linking GitHub may fix the issue

boolean

Rate limited