Basilisk
API referenceReference

Activity_list

GET
/v1/activity

Query Parameters

query?string

Literal substring search over retained public history; bypasses only the date range.

range?string

Value in

  • "24h"
  • "7d"
  • "30d"
  • "all"
outcome?string

Value in

  • "all"
  • "running"
  • "completed"
  • "partial"
  • "failed"
  • "completed-after-retry"
run_kind?string

Value in

  • "all"
  • "scheduled"
  • "manual"
  • "baseline"
severity?string

Value in

  • "all"
  • "critical"
  • "high"
  • "medium"
  • "low"
  • "unknown"
offset?integer

Zero-based offset. Nonzero offsets require the first window's snapshot.

Formatint64
limit?integer

Bounded to 1..=100; defaults to 50.

Formatint64
snapshot?string

Opaque token returned by the first window. Reuse for metadata and changes.

Response Body

application/json

curl -X GET "https://example.com/v1/activity"
{  "availability": "available",  "items": [    {      "actor": "string",      "change_count": 0,      "complete": true,      "completed_at": "2019-08-24T14:15:22Z",      "dataset_impact": "changed",      "headline": "string",      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "kind": "scheduled",      "reason": "string",      "retry_of": "a7f35b23-6f09-4e1c-8113-f2b51e0883ca",      "retry_of_run": "7e429f34-5f6d-49d7-bb1f-ee3c4b2bca81",      "scope": "string",      "started_at": "2019-08-24T14:15:22Z",      "status": "running"    }  ],  "limit": 0,  "offset": 0,  "snapshot": "string",  "total": 0}