v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
LLM Observability

List LLM Observability projects

List all LLM Observability projects sorted by creation date, newest first.

get/api/v2/llm-obs/v1/projects

Query parameters

filter[id]string

Filter projects by project ID.

filter[name]string

Filter projects by name.

page[cursor]string

Use the Pagination cursor to retrieve the next page of results.

page[limit]integer

Maximum number of results to return per page.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "created_at": "2024-01-15T10:30:00Z",
        "name": "My LLM Project",
        "updated_at": "2024-01-15T10:30:00Z"
      },
      "id": "a33671aa-24fd-4dcd-9b33-a8ec7dde7751",
      "type": "projects"
    }
  ]
}