GET
/
data-sources
/
{source_id}
curl --request GET \
  --url https://apigcp.trynia.ai/v2/data-sources/{source_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "url": "<string>",
  "status": "pending",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "page_count": 0,
  "project_id": "<string>",
  "source_type": "web",
  "is_active": true
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

source_id
string
required

The ID of the data source

Response

200
application/json

Data source details retrieved successfully

The response is of type object.