Skip to main content

Retrieve job status and metrics

GET 

/api/v1/enterprise/eudr/jobs/:jobId

Returns current progress metrics, validation results, and Hedera Merkle proofs for a specific job.

Request

Responses

Job details retrieved successfully

Response Headers
    X-RateLimit-Remaining

    The number of requests remaining in the current rate limit window.

    Retry-After

    Number of seconds to wait before polling again (only present if job is not completed)

    X-RateLimit-Reset

    The time at which the current rate limit window resets in UTC epoch seconds.

    X-RateLimit-Limit

    The maximum number of requests you're permitted to make per hour.