Skip to content

Check archive preparation progress

GET
/api/v1/content/archive/{job_id}/status
job_id
required
Job Id
string

Successful Response

ArchiveStatusResponse
object
job_id
required
Job Id
string
status
required
Status
string
Allowed values: preparing ready failed cancelled
total
required
Total
integer
processed
required
Processed
integer
filename
required
Filename
string
file_size
required
File Size
integer
error
Any of:
string

Resource not found

ErrorResponse

Standard error response matching FastAPI HTTPException format.

This model is used in OpenAPI response declarations for 4xx/5xx errors. The detail field matches FastAPI’s HTTPException structure.

object
detail
required
Detail

Error message (matches FastAPI HTTPException)

string
error_code
Any of:
string
correlation_id
Any of:
string
timestamp
Timestamp

Error timestamp

string format: date-time

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object