v1
latestOpenAPI 3.1.02026-07-241695611.0 MBBusiness
Get Business Application History
get/businesses/{id}/applications
Path parameters
idstring uuid required
Query parameters
limitinteger
Maximum number of records to return in a single page. Must be between 1 and 1000.
Maximum number of records to return in a single page. Must be between 1 and 1000.
offsetinteger nullable
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
cursorstring nullable
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Response
List of application velocity responses.
Example response
[
{
"created_at": "2026-07-09T19:24:27.640301"
}
]