List live actions (dated events), newest first by write time. since/until bound the event time. Paginated: follow page.nextCursor. Ordered on write time rather than event time because event time is revisable, and a revision under an event-time ordering would move a row across page boundaries mid-walk.
get/api/v1/{context_id}/actions
Path parameters
context_idstring required
Spectron context id
Query parameters
actorstring
Filter by acting entity, as <type>/<name> (e.g. person/alice)
verbstring
Filter by action verb
sincestring
Inclusive lower bound on occurred_at (RFC 3339)
untilstring
Inclusive upper bound on occurred_at (RFC 3339)
limitinteger
Max rows to return (default 100, max 500)
cursorstring
Continuation token from the previous page's page.nextCursor
countboolean
Also return page.totalSize (costs a full count of the filtered set)
Response
Changes
Changed in 1 of the 5 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○