Runs

List runs for a thread

List deferred runs for one thread.

get/threads/{threadId}/runs

Path parameters

threadIdstring uuid required

Thread ID to list runs for.

Query parameters

limitinteger

Maximum number of runs to return per page.

cursorstring date-time

Cursor from a previous response's nextCursor to fetch the next page.

Response

OK

nextCursorstring date-time nullable required

Pass as 'cursor' to fetch the next page. Null when there are no more results.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.