v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

Fetch all jobs in the current workspace.

get/transform/v1/jobs

Query parameters

created_atstring

The starting date and time for retrieving results in descending order, formatted as an ISO timestamp.

Example:2023-08-02T00:00:00.000Z

The starting date and time for retrieving results in descending order, formatted as an ISO timestamp.

cursorstring

The position marker from the previous result's next_cursor property, used for pagination.

The position marker from the previous result's next_cursor property, used for pagination.

limitinteger

The maximum number of jobs to return in a single page of results. Defaults to 20, maximum 100.

Example:20

The maximum number of jobs to return in a single page of results. Defaults to 20, maximum 100.

Response

OK

created_atstring

Date from which results are provided in descending order.

limitinteger

Maximum number of jobs to show in a page of results, up to 100.

cursorstring

Cursor used to identify the current page of results.

next_cursorstring

Cursor used to identify the next page of results.

Example response

{
  "list": [
    {
      "attachments": [
        {
          "category": "version",
          "desc": "My file description.",
          "hash": "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",
          "id": "b564ff94-7823-4f54-975e-280feb38df3f",
          "key": "pdf",
          "mime": "application/pdf",
          "name": "my-file.pdf",
          "size": 12345
        }
      ],
      "faults": [
        {
          "provider": "pdf"
        }
      ],
      "id": "5b45453c-cdd0-11ed-afa1-0242ac120002",
      "intents": [
        {
          "events": [
            {
              "at": "2021-09-15T15:04:05.999Z",
              "status": "ERR"
            }
          ],
          "id": "b564ff94-7823-4f54-975e-280feb38df3f",
          "name": "PDF Generation",
          "provider": "pdf",
          "step_id": "8d49556b-ff63-477b-9cd3-32c986c1c77b"
        }
      ],
      "silo_entry_id": "75fa764a-cdd0-11ed-afa1-0242ac120002",
      "workflow_id": "186522a6-e697-4e34-8498-eee961bcb845"
    }
  ],
  "created_at": "2025-05-01T00:00:00.000Z",
  "limit": 20
}