C#
Job Queues
List Jobs
Gets the list of jobs in a queue
GET
C#
Last Updated: July 1, 2025
Authorizations
Path Parameters
Your organization name. This identifies the billing context for the API operation and represents a security boundary for SaladCloud resources. The organization must be created before using the API, and you must be a member of the organization. The organization name.
Required string length:
2 - 63Pattern:
^[a-z][a-z0-9-]{0,61}[a-z0-9]$Example:
"acme-corp"
Your project name. This represents a collection of related SaladCloud resources. The project must be created before using the API. The project name.
Required string length:
2 - 63Pattern:
^[a-z][a-z0-9-]{0,61}[a-z0-9]$Example:
"dev-env"
The queue name.
Required string length:
2 - 63Pattern:
^[a-z][a-z0-9-]{0,61}[a-z0-9]$Example:
"fifo-queue"
Query Parameters
The page number.
Required range:
1 <= x <= 2147483647Example:
1
The maximum number of items per page.
Required range:
1 <= x <= 100Example:
1
Response
OK
Represents a Queue Job Collection
The list of queue jobs
Maximum array length:
100