List analysis runs
Returns a paginated list of analysis runs ordered by start time (newest first). Supports filtering by run status.
GET /analysis/runs
List analysis runs
Returns a paginated list of analysis runs ordered by start time (newest first). Supports filtering by run status.
Authentication: API key required (Bearer token)
Parameters
| Name | In | Required | Description |
|---|---|---|---|
limit | query | No | Maximum number of runs to return. |
offset | query | No | Number of runs to skip before returning results. |
status | query | No | Filter runs by status. |
Request Example
curl -X GET https://sellm.io/api/v1/analysis/runs \
-H "Authorization: Bearer sellm_your_api_key_here"
Responses
| Status | Description |
|---|---|
200 | Analysis runs |
401 | Unauthorized |
429 | Rate limited |
500 | Internal error |