Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required
Minimum string length: 1
Example:

"agent_abc123"

threadId
string
required
Minimum string length: 1
Example:

"thread_abc123"

Response

Thread approval grants.

createdAt
string
required
createdBy
string | null
required
expiresAt
string | null
required
grantKey
string
required
id
string
required
scope
enum<string>
required
Available options:
thread,
agent