Get an analysis run
Returns details for a single analysis run including task progress counters.
GET /analysis/runs/{runId}
Get an analysis run
Returns details for a single analysis run including task progress counters.
Authentication: API key required (Bearer token)
Parameters
| Name | In | Required | Description |
|---|---|---|---|
runId | path | Yes | Analysis run ID. |
Request Example
curl -X GET https://sellm.io/api/v1/analysis/runs/example_id \
-H "Authorization: Bearer sellm_your_api_key_here"
Responses
| Status | Description |
|---|---|
200 | Analysis run |
401 | Unauthorized |
404 | Run not found |
429 | Rate limited |
500 | Internal error |