Kissaki Docs
API referenceWorkspace

Activity Feed

GET
/activity

Query Parameters

limit?Limit
Range1 <= value <= 200
Default50
kind?array<>|

Restrict the feed to these sources. Repeat for several; omit for all.

cursor?|

Opaque position from a previous response's next_cursor. Echo it back verbatim; its contents are not a contract and may change.

Response Body

application/json

application/json

curl -X GET "https://example.com/activity"
{  "items": [    {      "kind": "string",      "occurred_at": "string",      "entity_id": "string",      "title": "string",      "subtitle": "string",      "detail": {}    }  ],  "next_cursor": "string"}