API ReferenceSessions (prev Tool Router)
List Session configsv3.1
List Session configs in your project, newest updated first. Returns active configs by default; set archived=true to list archived configs. Retrieve a config by ID for its description and toolkit, tool, and tag policy. Experimental: available only to projects enabled for Session configs. Create and manage configs in Dashboard.
Authorization
ApiKeyAuth x-api-key<token>
Project API key authentication
In: header
Query Parameters
cursorstring
Opaque cursor from the previous page.
limitinteger
Maximum number of configs to return, from 1 to 100.
Default:
20searchstring
Case-insensitive substring match against the config name.
archivednullable boolean
Return archived configs when true. Defaults to active configs only.
Default:
falseResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v3.1/session_configs"{ "items": [ { "id": "string", "name": "string", "archived": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ], "next_cursor": "string"}