List transformation jobs
GET {{baseUrl}}/api/organizations/:organizationId/create-project?limit=<integer>&offset=<integer>
Get list of transformation jobs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of results | |
offset | string | Offset in results, can be used in conjunction with LimitResultsParameter to implement paging. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"jobs":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"totalJobCount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}