GET
/
v1
/
transforms
{
  "message": "<string>",
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "status": "running",
      "proj_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "last_ran_at": "2023-11-07T05:31:56Z",
      "params": {
        "transform_params": {}
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

search_term
string

Search term to filter transformations against their id and name.

transform_ids
string[]

List of transform IDs to retrieve.

proj_ids
string[]

List of project ids to retrieve transformations from.

include_transform_params
boolean
default:
true

Boolean flag to include transform params, which includes the operations.

limit
integer
default:
20
Required range: x > 0
offset
integer
default:
0
Required range: x > 0
order_by
enum<string>
default:
updated_at

An enumeration.

Available options:
updated_at,
created_at,
id
order
enum<string>
default:
desc

An enumeration.

Available options:
asc,
desc

Response

200 - application/json
data
object[]
required
message
string
required