Skip to main content

The gig object

id
string<uuid>

Unique ID of the gig assignment.

account
string<uuid>

Unique ID of the account associated with the gig assignment.

employer
string

Employer name.

created_at
string<datetime>

Timestamp (ISO 8601) when the gig object was created.

updated_at
string<datetime>

Timestamp (ISO 8601) when a property value of the gig object most recently changed.

status
enum<string>

Current state of the gig assignment.

Available options:
scheduled,
in_progress,
completed,
cancelled
type
enum<string>

The type of gig assignment.

Available options:
delivery,
rideshare,
hourly,
services
task_count
integer

Number of discrete tasks in the gig assignment.

Note: When task_count is greater than 1 (e.g. two pickups in one delivery), the gig object contains aggregated values for the entire gig assignment. Individual task-level details can be found in the task_details object.

start_datetime
string<datetime>

Timestamp (ISO 8601) when the gig assignment started.

end_datetime
string<datetime>

Timestamp (ISO 8601) when the gig assignment ended.

all_datetimes
object

Other timestamps related to the gig assignment.

duration
integer

Total time of the gig assignment (in seconds).

timezone
string

Timezone (IANA) where the gig assignment took place.

earning_type
enum<string>

The earnings category.

Available options:
offer,
work,
incentive,
adjustment,
other
start_location
object

Starting location information for the gig assignment.

end_location
object

Ending location information for the gig assignment.

task_details
object

Task-level details for the gig assignment.

distance
string

Distance traveled during the gig assignment.

distance_unit
enum<string>

Unit of the distance traveled.

Available options:
miles,
km
metadata
object

Additional, non-categorized information.

circumstances
object

Metadata specific to the gig platform, such as whether the assignment occurred during peak hours.

income
object

Payment and earnings information for the gig assignment.

income_rates
object

Amount earned by the gig employee per hour or per mile.

Note: Values are not calculated, and are only returned if directly provided by the gig platform.