Basilisk
API referenceReference

Activity_changes

GET
/v1/activity/{id}/changes

Path Parameters

id*string

Durable cycle ID

Formatuuid

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/497f6eca-6276-4993-bfeb-53cbbbba6f08/changes"
{  "items": [    {      "action": "added",      "advisory_id": "string",      "aliases": [        "string"      ],      "details_complete": true,      "facts": [        {          "after": "string",          "after_known": true,          "before": "string",          "before_known": true,          "field": "string"        }      ],      "id": "string",      "identities_after": [        {          "kind": "string",          "role": "string",          "value": "string"        }      ],      "identities_before": [        {          "kind": "string",          "role": "string",          "value": "string"        }      ],      "kind": "mapping",      "package_name": "string",      "severities": [        {          "band": "string",          "score": 0,          "score_type": "string",          "vector": "string"        }      ],      "severity": "string",      "source": "string",      "summary": "string"    }  ],  "limit": 0,  "offset": 0,  "snapshot": "string",  "total": 0}