API ReferenceWorkstreams

List Workstream activity

GET
/v1/workstreams/{workstream_id}/events

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
Range0 <= value
limit?integer
Range1 <= value <= 100
Default50

Response 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}