cURL
curl --request GET \ --url https://api.artosai.com/api/v1/mrt-outlines/{outline_id} \ --header 'Authorization: Bearer <token>'
{ "outline": {} }
Get single MRT outline by ID. Returns complete outline including metadata and all sections ordered by index. Organization-scoped.
Bearer token authentication. Token provides organization-scoped access.
UUID of outline
Outline retrieved successfully
Complete outline with sections