Processors
Get the source files of a processor
api-key<token>
In: header
Path Parameters
owner*string
slug*string
Query Parameters
version?integer
Optional version to fetch. If omitted, use latest active version.
Format
int32Response Body
application/json
curl -X GET "https://example.com/v1/processors/string/string/source_files"{ "sourceFiles": [ { "content": "string", "path": "string" } ]}