Skip to main content
GET
/
api
/
sources
/
{source_id}
/
assets
Get Source Assets
curl --request GET \
  --url https://api.example.com/api/sources/{source_id}/assets
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

source_id
string
required

Response

Successful Response