# Get bulk status jobs Endpoint: GET /companies/{company_id}/status Version: 1.0.0 Security: JWTtoken ## Path parameters: - `company_id` (string, required) ## Response 200 fields (application/json): - `items` (array, required) - `items.bulk_job_id` (string, required) Example: "497f6eca-6276-4993-bfeb-53cbbbba6f08" - `items.state` (string, required) Represents the various states of a bulk operation Enum: "PENDING", "PROVIDER_IN_PROGRESS", "PROVIDER_FINISHED", "MAPPING", "ABORTED", "COMPLETED", "FAILED" - `items.number_records_processed` (integer, required) Example: 67523675 - `items.error_message` (string) Example: "Failed" ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) Example: "Something went wrong" - `detail.type` (string, required) Example: "Client Error"