Get Batch Results Link
GET
/api/v1/batches/{batch__id}/results_link
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” batch__id
required
Batch Id
string format: uuid
Query Parameters
Section titled “Query Parameters ” id
Id
Filter jobs by their unique ids
Array<string>
Filter jobs by their unique ids
start_date
Start Date
Filter jobs that started on or after this date
string format: date-time
Filter jobs that started on or after this date
end_date
End Date
Filter jobs that ended on or before this date
string format: date-time
Filter jobs that ended on or before this date
Responses
Section titled “ Responses ”Successful Response
NonPaginatedResponse[ProducedBatchResultLinkResponse]
object
data
ProducedBatchResultLinkResponse
Response for batch results link
object
results_links
required
Results Links
object
key
additional properties
string
errors
required
Errors
object
key
additional properties
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
