get https://api.lumeo.com/v1/apps//deployment_queues
Recipes
🦉
Bullk process files by queueing deployments
Open Recipe
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url 'https://api.lumeo.com/v1/apps/application_id/deployment_queues?pagination=cursor' \
--header 'accept: application/json'
xxxxxxxxxx
{
"pagination": "cursor",
"next_cursor": "eyJkYXRldGltZSI6BENEYzNzQ0IiwidHlwZSI6Ik5leHQifQ==",
"prev_cursor": "eyJkYXhUMTY6Mjk6NTcuODg3MjAyWiIsInBhcmFtX2hhc2gi==",
"next_cursor_url": "https://lumeo.com/v1/example?pagination=cursor&next_cursor=eyJkYXRldGltZSI6BENEYzNzQ0IiwidHlwZSI6Ik5leHQifQ==",
"prev_cursor_url": "https://lumeo.com/v1/example?pagination=cursor&next_cursor=eyJkYXhUMTY6Mjk6NTcuODg3MjAyWiIsInBhcmFtX2hhc2gi==",
"page_elements": 10
}