Sessions

List run sessions

get/api/v1/runs/{id}/sessions

Query parameters

page[limit]integer
page[offset]integer
order'updated_desc' | 'created_desc'

Response

Ask Fabro sessions for the run

Example response

{
  "data": [
    {
      "id": "01HZX6M0P7SE4VJ9Y3X2B8E9QF",
      "provider": "anthropic",
      "active_turn": {
        "id": "01HZX6M29F1CD5YYMHT1F5D7WQ"
      }
    }
  ]
}

Changes

Changed in 4 of the 134 revisions of this API.13

    • added the optional property data/items/provider to the response with the 200 status

      response-optional-property-added

    • removed the optional property data/items/provider from the response with the 200 status

      response-optional-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property data/items/provider to the response with the 200 status

      response-optional-property-added

    • added the optional property meta/total to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog