Get a source by UUID.
cURL
curl --request GET \ --url https://api.example.com/api/v1/sources/{source_uuid} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "space_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "content": "<string>", "content_type": "<string>", "sequence": 123, "extraction_status": "<string>", "token_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "meta": "<unknown>" }
Documentation IndexFetch the complete documentation index at: https://docs.crosmos.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.crosmos.dev/llms.txt
Use this file to discover all available pages before exploring further.
JWT access token or API key (csk_…)
Successful Response