Skip to main content
GET
/
zapier
/
zap-list-jobs
Zapier: List Jobs
curl --request GET \
  --url https://api.stardex.ai/zapier/zap-list-jobs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "label": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.stardex.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Response

Jobs retrieved successfully

id
string
required
label
string
required