cURL
curl --request GET \ --url https://app.galaxy.ai/api/v1/system-workflows/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "slug": "<string>", "thumbnailUrl": "<string>", "nodeType": "<string>", "nodes": [ "<unknown>" ], "edges": [ "<unknown>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response