Queue APIs
Get Queue Repeat Item
Gets a repeatable item from a queue by ID. The last execution result of the item is also returned.
GET
/
{workspaceId}
/
projects
/
{projectName}
/
queues
/
{queueId}
/
repeatItems
/
{itemId}
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
queueId
string
requiredYour queue ID. It is the ID of the queue you provided when creating it.
itemId
string
requiredRepeat Item ID
Response
200 - application/json
Details of a repeatable item.
apiName
string
requiredThe name of the API to be executed. This is the file path relative to the api
folder inside your project.
repeat
string
requiredRepeat period, minimum of 10 minutes. On every period, this item will be appended to the queue.
id
string
requiredThe ID of the repeatable item.
parameters
The parameters to be passed to the API.
retry
object
Retry policy configurations
lastRunId
string
The run ID of the last time this repeatable item executed.