Files
medusa-store/docs/api/admin/paths/batch-jobs_{id}.yaml
2022-08-05 14:06:12 +02:00

24 lines
515 B
YAML

get:
operationId: GetBatchJobsBatchJob
summary: Retrieve a Batch Job
description: Retrieves a Batch Job.
x-authenticated: true
parameters:
- in: path
name: id
required: true
description: The ID of the Batch Job
schema:
type: string
tags:
- Batch Job
responses:
'200':
description: OK
content:
application/json:
schema:
properties:
batch_job:
$ref: ../components/schemas/batch_job.yaml