Skip to main content
GET
/
runs
List Runs
curl --request GET \
  --url https://backend.overtenai.com/api/v1/runs
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null
format
enum<string> | null
Available options:
excel,
word,
slides
status
enum<string> | null
Available options:
pending,
running,
completed,
failed,
cancelled,
expired
since
string<date-time> | null

Response

Successful Response