Skip to main content
GET
/
agent-profile-pools
List Agent Profile Pools
curl --request GET \
  --url https://odyssey.asteroid.ai/agents/v2/agent-profile-pools \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{
  "items": [
    {
      "allowConcurrentUse": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "selectionStrategy": "least_recently_used",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "page": 123,
  "pageSize": 123,
  "total": 123
}

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Query Parameters

organizationId
string<uuid>

Filter by organization ID

pageSize
integer<int32>
default:50
page
integer<int32>
default:1
searchName
string

Search pools by name (partial match)

sortField
enum<string>

Available fields for sorting agent profile pools

Available options:
name,
created_at,
updated_at
sortDirection
enum<string>
Available options:
asc,
desc

Response

The request has succeeded.

items
object[]
required
page
integer<int64>
required
pageSize
integer<int64>
required
total
integer<int64>
required