Skip to main content
GET
/
api
/
v1
/
jobs
List registered jobs
curl --request GET \
  --url https://api.example.com/api/v1/jobs \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "jobs": [
    {
      "description": "<string>",
      "interval": "<string>",
      "name": "<string>",
      "node_id": "<string>",
      "registered_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt

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

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Response

OK

count
integer
jobs
object[]