Create response
Creates a response object for processing. Returns immediately with the response object. Use GetResponse by response_id to poll for the complete result.
Authentication
AuthorizationBearer
JWT bearer token authentication. Obtain an access token from the Moveworks auth endpoint and include it in the Authorization header as ‘Bearer <token>’.
Path parameters
conversation_id
Unique conversation identifier (format: conv_<ulid>)
Headers
Assistant-Name
The Moveworks assistant identifier that was configured for your organization.
Request
This endpoint expects an object.
input
Response
Response accepted for processing (acknowledgement)
response_id
Unique response identifier (format: resp_<ulid>)
conversation_id
Parent conversation identifier
status
Response processing status
Allowed values:
created_at
Creation timestamp (ISO 8601)
updated_at
Last update timestamp (ISO 8601)
outputs
Output items
completed_at
Completion timestamp (ISO 8601), null if not completed
error
Error details (only present if status is FAILED)