cURL
curl --request GET \ --url https://app.galaxy.ai/api/v1/workflows \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "name": "<string>", "thumbnailUrl": "<string>", "updatedAt": "<string>" } ], "page": 123, "pageSize": 123, "total": 123, "hasMore": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 200
1 <= x <= 9007199254740991
1 <= x <= 50
Successful response
Show child attributes