MeduxMedux

Infra > List Results

List Results

List saved result records for the authenticated user.

GET/api/app/v1/results

Examples

curl -X GET https://api.medux.io/api/app/v1/results?cursor=CURSOR&limit=LIMIT&media_type=MEDIA_TYPE&capability_id=CAPABILITY_ID&status=READY \
  -H 'Authorization: Bearer $MEDUX_API_KEY'

Auth Requirements

Authentication is required via Authorization header.

Preconditions

Try it lists retained results for the current account.

Results retention is limited; expired outputs are not returned.

Request

Body

application/json
Authorizationstringrequired

Bearer token or API key.

Location: HEADER

cursorstringoptional

No description provided.

Location: QUERY

limitint32optional

No description provided.

Location: QUERY

media_typestringoptional

No description provided.

Location: QUERY

capability_idstringoptional

No description provided.

Location: QUERY

statusstringoptional

Allowed values:

  • RESULT_STATUS_UNDEFINED - Not specified.
  • READY - Result is ready.
  • RESULT_PROCESSING - Result is still processing.
  • RESULT_FAILED - Result generation failed.
  • RESULT_EXPIRED - Result is expired.

Available options: RESULT_STATUS_UNDEFINED READY RESULT_PROCESSING RESULT_FAILED RESULT_EXPIRED

Location: QUERY

Response

Response

application/json
codeint32optional

Application response code.

CodeMeaning
0OK
12Invalid input
13Authentication is required
99Server error

Available options: 0 12 13 99

Location: RESPONSE

data.itemsarray<object>optional

No description provided.

Location: RESPONSE

data.next_cursorstringoptional

No description provided.

Location: RESPONSE

data.retention_noticestringoptional

No description provided.

Location: RESPONSE

messagestringoptional

No description provided.

Available options: ok invalid input unauthenticated server error

Location: RESPONSE