API ReferenceWorkstreams
List Workstream activity
Authorization
bearerAuth AuthorizationBearer <token>
Send a SimpleServe API key as Authorization: Bearer <key>.
In: header
Path Parameters
workstream_id*string
Match
^wks_[A-Za-z0-9]+$Query Parameters
cursor?integer
Range
0 <= valuelimit?integer
Range
1 <= value <= 100Default
50Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/workstreams/string/events"{ "object": "list", "data": [ { "id": 1, "type": "workstream.created", "thread_id": "string", "run_id": "string", "data": {}, "created_at": "2019-08-24T14:15:22Z" } ], "has_more": true, "next_cursor": 0}