cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/templates/{template_id} \ --header 'Authorization: Bearer <token>'
{}
Retrieve detailed information and DAG for a specific template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type Response Get Template · object.
Response Get Template · object
Was this page helpful?