Skip to main content
GET
List Agent Tools

Authorizations

string
required
Bearer JWT used to authenticate the request for the organization scope.

Query Parameters

integer
Maximum number of records to return.
integer
Number of records to skip before returning results.
string
Filter tools to one agent UUID. The API also accepts agent_id.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.
object[]
Returned tools.
object
Pagination metadata.

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer<int32>

Maximum number of records to return.

offset
integer<int32>

Number of records to skip before returning results.

agentId
string<uuid>

Filter tools to a single agent UUID.

agent_id
string<uuid>

Alias for agentId.

Response

Tools fetched successfully

success
boolean
Example:

true

message
string
Example:

"Tools fetched successfully"

data
object[]
meta
object