cURL
curl --request GET \ --url https://api.artosai.com/pipelines/{pipelineId} \ --header 'Authorization: Bearer <token>'
{ "pipelineId": "<string>", "name": "<string>", "status": "<string>", "agentIds": [ "<string>" ], "documents": [ "<string>" ], "connectorId": "<string>", "referenceDocument": "<string>", "outputFileName": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "last_executed": "2023-11-07T05:31:56Z", "executions_count": 123 }
Returns the definition of a pipeline by its identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pipeline details