Skip to main content
GET
/
submissions
/
{id}
Get a submission
curl --request GET \
  --url https://vvdufluovypptsnkihyv.supabase.co/functions/v1/submissions/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "880e8400-e29b-41d4-a716-446655440003",
  "tradeline_id": "660e8400-e29b-41d4-a716-446655440001",
  "bureau": "equifax",
  "metro2_file_id": null,
  "submission_date": "2026-02-05",
  "status": "accepted",
  "response_code": "00",
  "response_message": "Record accepted successfully",
  "error_details": null,
  "retry_count": 0,
  "created_at": "2026-02-05T06:00:00Z",
  "updated_at": "2026-02-06T14:30:00Z"
}

Authorizations

x-api-key
string
header
required

API key in the format sk_live_<token> (production) or sk_test_<token> (sandbox). Contact Cove to obtain your API key.

Path Parameters

id
string<uuid>
required

Resource UUID

Response

Submission details

id
string<uuid>
tradeline_id
string<uuid>
bureau
enum<string>
Available options:
equifax,
transunion,
experian
metro2_file_id
string<uuid> | null
submission_date
string<date>
status
enum<string>

Lifecycle status of a bureau submission

Available options:
pending,
submitted,
accepted,
rejected,
error
response_code
string | null
response_message
string | null
error_details
string | null
retry_count
integer
created_at
string<date-time>
updated_at
string<date-time>