# Run Source Collect **POST /sources/{source_id}/collect** Run source collect (by creating a source collect job.) ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **source_id** (integer) ### Body: application/json (object | null) object | null ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (integer | null) - **source** (integer) - **created_at** (string(date-time)) - **started_at** (string(date-time) | null) - **closed_at** (string(date-time) | null) - **status** (string) - **state** (object) - **config** (object) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)