v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBwebdbs
Get a run
Returns the status and results of one collection run.
get/webdbs/runs/{run_id}
Path parameters
run_idstring required
Run ID.
Example:run_123
Run ID.
Query parameters
tagsstring[]
Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.
Optional comma-separated caller-defined tags for tracking this request. Tags are recorded on the request's usage log and can be used to filter usage on the dashboard usage page. Up to 20 tags, each 1-50 characters.
[ "production", "team-alpha" ]
Response
Run
Example response
{
"id": "run_123",
"collection_id": "col_123",
"by_target": [
{
"target_id": "tgt_123"
}
]
}