API referenceWorkspace
Activity Feed
Query Parameters
limit?Limit
Range
1 <= value <= 200Default
50kind?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"}