List Inference Endpoint Jobs
Inference Endpoints
List Inference Endpoint Jobs
Lists inference endpoint jobs.
GET
List Inference Endpoint Jobs
Last Updated: July 1, 2025Documentation Index
Fetch the complete documentation index at: https://docs.salad.com/llms.txt
Use this file to discover all available pages before exploring further.
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"
The inference endpoint name.
Required string length:
2 - 63Pattern:
^[a-z][a-z0-9-]{0,61}[a-z0-9]$Example:
"transcribe"
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 collection of inference endpoint jobs
The list of inference endpoint jobs.
Maximum array length:
100The page number.
Required range:
1 <= x <= 2147483647Example:
1
The maximum number of items per page.
Required range:
1 <= x <= 100Example:
1
The total number of items in the collection.
Required range:
0 <= x <= 2147483647Example:
100