Retrieve a data source

Fetch a single source by ID.

GET /api/v1/sources/:id

Fetch a single source by ID. Useful for polling sync_status on a freshly-created source.

Scope: sources:read

Path parameters

ParamType
:idstring

Example request

curl https://dashboard.getmacha.com/api/v1/sources/source_64f1c0ef2ec711ef6dc1dcf \
  -H "Authorization: Bearer $MACHA_API_KEY"

Errors

StatusCodeWhen
404source_not_foundUnknown ID or belongs to another org.

© 2026 AGZ Technologies Private Limited