Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Your authentication credentials. For Basic authentication, please populate Basic $INWORLD_API_KEY. You can create a key in one command with the Inworld CLI: inworld workspace add-key.

Path Parameters

batch
string
required

A specific batch job id to list that job's operations, or - to list operations across every one of your batch jobs.

Query Parameters

filter
enum<string>

Optional. -done (or NOT done, or done=false) returns only running jobs; done (or done=true) only finished ones. Omit for all. Any other filter is rejected with INVALID_ARGUMENT.

Available options:
done,
-done,
NOT done,
done=true,
done=false
pageSize
integer
default:50

Upper bound on operations scanned per page, before expired or filtered-out entries are removed — so a returned page can be smaller. Defaults to 50, capped at 1000.

Required range: x <= 1000
pageToken
string

Opaque cursor from a previous response's nextPageToken. Treat it as a black box.

Response

200 - application/json

A successful response.

A page of operations. Order is unspecified.

operations
object[]

Operations on this page. May be absent when the page is empty — an empty page does not mean the listing is finished.

nextPageToken
string

Cursor for the next page. Absent when there are no further results — paginate until this field is missing, not until a page comes back short or empty.