Endpoint
Authentication
This endpoint requires authentication via API key. Include your API key in theX-API-Key header:
Path Parameters
Query Parameters
Request Example
Response
Success Response
Status Code:200 OK
Response Fields
Negotiation File Object Fields
Error Responses
401 Unauthorized
Returned when authentication fails. See the authentication errors section for details.404 Not Found
Returned when the task doesn’t exist, you don’t have access to it, or no negotiation version is available.422 Validation Error
Returned when the request parameters are invalid (e.g.,step_run_id is missing).
500 Internal Server Error
Returned when the request fails due to a server error.Notes
A negotiation step can carry more than one document. This endpoint returns the most recent version of each negotiation file on the step, keyed by its
file_uuid thread.Use Cases
This endpoint is useful for:- Negotiation tracking - Monitor the current state of every document under negotiation on a step
- Document retrieval - Download the latest version of each negotiated document
- Turn detection - Use
uploading_partyandour_party_changesto determine which side made the most recent changes - Integration - Sync negotiation progress with external contract management systems