curl --request GET \
--url https://openagents.com/api/autopilots/{autopilot}/threads \
--header 'Authorization: Bearer <token>'{
"data": [
{
"autopilotId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"title": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://openagents.com/api/autopilots/{autopilot}/threads \
--header 'Authorization: Bearer <token>'{
"data": [
{
"autopilotId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"title": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum records to return (endpoint specific caps apply).
x >= 1100
Autopilot thread list payload
Show child attributes